Auto merge of #1467 - alexcrichton:update-flate2, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 29 Mar 2015 06:31:34 +0000 (06:31 +0000)
committerbors <bors@rust-lang.org>
Sun, 29 Mar 2015 06:31:34 +0000 (06:31 +0000)
commit72f2af145e753cb717764898f158ad71db4f855b
tree15b85f03c5fa2da10bfcdb6571ee96202f3e2311
parentef68f3851126f38f757307494e486a213edcdc38
parent1371cd114ac4637b4be8065157d15dd0977776a3
Auto merge of #1467 - alexcrichton:update-flate2, r=alexcrichton

There were a few bugs in creation of gzip'd files which caused package creation
to fail in some circumstances.

Closes #1465